SftTree/NET 2.0

ExpandableHot Property, ButtonsClass Class

Softel vdm, Inc.

Defines the optional expand/collapse button image used for an expandable item when the mouse cursor is located on the button.

Syntax      ButtonsClass Class (Softelvdm.SftTreeNET)

VB   

Public Property ExpandableHot As Image

C#   

public Image ExpandableHot { get; set; }

C++   

public: property Image^ ExpandableHot {
        Image^ get();
        void set(Image^ value);
}

Property Value

The expand/collapse button image used for an expandable item when the mouse cursor is located on the button, or null/Nothing to use the image defined using the ExpandableNormal property.

The default value is null/Nothing.

Comments

The ExpandableHot property defines the optional expand/collapse button image used for an expandable item when the mouse cursor is located on the button.

An expandable item will use this image as its expand/collapse button image when the mouse cursor is located on the button.

The image defined using this property is only used if the control's ButtonLook property is set to ButtonLookEnum.Custom.

The images defined using the properties ExpandableNormal, ExpandableHot, ExpandablePressed, ExpandedNormal, ExpandedHot and ExpandedPressed must have the same size.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com